-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile view calendar improvements #19218
Conversation
Can you share a screenshot how this looks now? |
Monthly recheck: This still needs a review. |
@@ -187,7 +187,7 @@ class PanelCalendar extends LitElement { | |||
.events=${this._events} | |||
.calendars=${this._calendars} | |||
.narrow=${this.narrow} | |||
.initialView=${this.narrow ? "listWeek" : "dayGridMonth"} | |||
initialView="dayGridMonth" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think dayGridMonth
works well on small screens, that's why I didn't make it the default there
Thanks, this card (and the calendar panel) is currently being re-designed by the product team. But I think we can merge this for now. See my comment. |
Proposed change
Type of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: